@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexend/v17/wlptgwvFAVdoq2_F94zlCfv0bz1WCzsW_LA.ttf) format('truetype');
}
body {
  font-family: 'Lexend', sans-serif;
  font-weight: 400;
  color: #222222;
}
body {
  margin: 0;
}
h2 {
  font-size: 2em;
}
ul {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #222222;
  font-family: 'Lexend', sans-serif;
  font-weight: 400;
}
a:hover {
  font-family: 'Lexend', sans-serif;
  font-weight: 700;
}
span.light {
  font-family: 'Lexend', sans-serif;
  font-weight: 400;
}
button:hover {
  cursor: pointer;
}
a:not(.btn) {
  text-decoration: underline;
}
a:not(.btn):hover {
  text-decoration: none;
  font-weight: 400;
}
a.btn {
  text-decoration: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.mod {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}
@media only screen and (min-width: 980px) {
  .mod {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}
@media only screen and (min-width: 1920px) {
  .mod {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
}
@media only screen and (min-width: 2560px) {
  .mod {
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
  }
}
.btn {
  background-color: #9ac347;
  color: #222222;
  padding: 1.25em 3em;
  border-radius: 40px;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  font-family: 'Lexend', sans-serif;
  font-weight: 700;
}
.btn.primary {
  box-shadow: inset 0 0 0 0 #7b9c39;
}
.btn.primary:hover {
  box-shadow: inset 400px 0 0 0 #7b9c39;
  color: #ffffff;
}
.btn.secondary {
  background-color: #f1844e;
  box-shadow: inset 0 0 0 0 #f15002;
}
.btn.secondary:hover {
  box-shadow: inset 400px 0 0 0 #f15002;
  color: #ffffff;
}
.btn.tertiary {
  background-color: transparent;
  border-radius: 0;
  padding: 0 0 0.25em 0;
  border-bottom: 3px solid #222222;
  font-family: 'Lexend', sans-serif;
  font-weight: 700;
}
.btn.tertiary:after {
  font-family: 'Font Awesome 6 Pro';
  content: "\f0a9";
  padding-left: 0.5em;
  color: #f1844e;
}
.btn.tertiary:hover {
  color: #222222;
  border-bottom: 3px solid #f1844e;
}
.btn.text-link {
  background-color: transparent;
  border-bottom: none;
  text-decoration: underline;
  text-decoration-color: #9ac347;
  padding: 0;
}
.btn.text-link:hover {
  color: #222222;
  text-decoration-color: #7b9c39;
}
.footer {
  background-color: #222222;
  color: #ffffff;
  padding: 2em 0;
  margin-top: 2em;
}
.footer .footer-wrap {
  display: flex;
  justify-content: space-between;
  padding-right: 0 !important;
  padding-top: 2em;
}
.footer .footer-wrap .ftr-left {
  width: 32%;
  padding-right: 4em;
  border-right: 2px solid #9ac347;
}
.footer .footer-wrap .ftr-left .ftr-logo {
  width: 70%;
  margin-bottom: 2em;
}
.footer .footer-wrap .ftr-left .ftr-logo img {
    width: 100%;
}
.footer .footer-wrap .ftr-left .copyright {
  font-size: 0.85em;
  line-height: 1.5em;
}
.footer .footer-wrap .ftr-center {
  width: 20%;
  border-right: 2px solid #9ac347;
  padding-right: 1.25em;
  /*margin-left: -2em;*/
}
.footer .footer-wrap .ftr-center ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 80%;
  padding-left: 0;
}
.footer .footer-wrap .ftr-center ul li {
    text-align: center;
}
.footer .footer-wrap .ftr-center ul li a {
  color: #ffffff;
  text-decoration: none;
}
.footer .footer-wrap .ftr-center ul li a:hover {
  text-decoration: underline;
}
.footer .footer-wrap .ftr-right {
  width: 36%;
  padding-left: 1em;
}
.footer .footer-wrap .ftr-right .social-wrap {
  width: 70%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.25em;
}
.footer .footer-wrap .ftr-right .social-wrap .fa-brands {
  font-size: 2em;
  color: #9ac347;
}
.footer .footer-wrap .ftr-right .contact-wrap {
  padding-bottom: 1em;
}
.footer .footer-wrap .ftr-right .contact-wrap span,
.footer .footer-wrap .ftr-right .contact-wrap a {
  color: #ffffff;
  font-size: 1em;
}
.footer .footer-wrap .ftr-right .other-logo-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footer-wrap .ftr-right .other-logo-wrap a:first-child {
    margin-right: 30px;
}
.footer .footer-wrap .ftr-right .other-logo-wrap img {
    width: 100%;
}
@media only screen and (min-width: 768px), only screen and (max-width: 782px) {
  .footer {
    display: none;
  }
}
.footer-mobile {
  background-color: #222222;
  color: #ffffff;
  padding: 3em 0;
}
.footer-mobile .footer-wrap {
  width: 80%;
}
.footer-mobile .footer-wrap .ftr-top {
  border-bottom: solid 2px #abe8df;
}
.footer-mobile .footer-wrap .ftr-top .ftr-logo img {
  width: 80%;
}
@media only screen and (min-width: 768px) {
  .footer-mobile .footer-wrap .ftr-top .ftr-logo img {
    width: 50%;
  }
}
.footer-mobile .footer-wrap .ftr-top .ftr-nav ul {
  padding-left: 0;
  padding-top: 1em;
}
@media only screen and (min-width: 768px) {
  .footer-mobile .footer-wrap .ftr-top .ftr-nav ul {
    width: 60%;
  }
}
.footer-mobile .footer-wrap .ftr-top .ftr-nav ul li {
  padding-bottom: 1em;
}
.footer-mobile .footer-wrap .ftr-top .ftr-nav ul li a {
  color: #ffffff;
}
.footer-mobile .footer-wrap .ftr-center {
  border-bottom: solid 2px #abe8df;
  padding: 2em 0;
}
.footer-mobile .footer-wrap .ftr-center .social-wrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.25em;
}
@media only screen and (min-width: 768px) {
  .footer-mobile .footer-wrap .ftr-center .social-wrap {
    width: 30%;
  }
}
@media only screen and (max-width: 782px) {
  .footer-mobile .footer-wrap .ftr-center .social-wrap {
    width: 60%;
  }
}
.footer-mobile .footer-wrap .ftr-center .social-wrap .fa-brands {
  font-size: 2em;
  color: #9ac347;
}
.footer-mobile .footer-wrap .ftr-center .contact-wrap {
  padding-bottom: 1em;
}
.footer-mobile .footer-wrap .ftr-center .contact-wrap span,
.footer-mobile .footer-wrap .ftr-center .contact-wrap a {
  color: #ffffff;
  font-size: 1em;
}
.footer-mobile .footer-wrap .ftr-bottom {
  padding-top: 2em;
}
.footer-mobile .footer-wrap .ftr-bottom .other-logo-wrap {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .footer-mobile .footer-wrap .ftr-bottom .other-logo-wrap {
    width: 50%;
  }
}
.footer-mobile .footer-wrap .ftr-bottom .other-logo-wrap img {
  width: 46%;
}
.footer-mobile .footer-wrap .ftr-bottom .copyright {
  font-size: 0.75em;
}
@media only screen and (min-width: 768px) {
  .footer-mobile .footer-wrap .ftr-bottom .copyright {
    width: 50%;
  }
}
@media only screen and (max-width: 782px), only screen and (min-width: 768px) {
  .footer {
    display: none;
  }
}
@media only screen and (min-width: 980px), only screen and (min-width: 1920px), only screen and (min-width: 2560px) {
  .footer-mobile {
    display: none;
  }
  .footer {
    display: block;
  }
}
